Skip to main content

Video

video in the template that supports showing video steps in the web onboarding. These are the valid keys that its config accepts:

KeyNotes
typevideo
stepIdUnique step id
urlRequired - the link to the video
titleOptional - text to show above the video
subtitleOptional - text to show above the video
useHTMLSupporting HTML in the title and subtitle – default: false
backgroundColorThe background color of the page
textColorRequired if the step has a title or subtitle
showButtonsDelayThe number of milliseconds to show the CTA/continue button on the video step.
ctaTextOnly required if showButtonsDelay is set to true
ctaColorRequired if showButtonsDelay is set to true
ctaTextColorRequired if showButtonsDelay is set to true

Example

Video step with a title and showButtonsDelay keys
{
"type": "video",
"stepId": "chapter_1_video",
"url": "https://c.thefab.co/Elixir/Animations/vid_chapter_1_optimized.mp4",
"backgroundColor": "#002a30",
"showTextDelay": 500,
"title": "Chapter 1: The Mirror Within",
"textColor": "#FFFFFF",
"showButtonsDelay": 500,
"ctaText": "Continue",
"ctaColor": "#FFFFFF",
"ctaTextColor": "#002A30"
}

Screenshot 2024-07-18 at 10.58.45 AM.png